home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 October / macformat-005.iso / Shareware City / Developers / DropShell 2.0 sources Folder / DropShell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-01  |  328 b   |  14 lines  |  [TEXT/R*ch]

  1. #ifndef    __DROPSHELL_H__
  2. #define    __DROPSHELL_H__
  3.  
  4. void            Panic(void);
  5. void            InitToolbox(void);
  6. Boolean            InitGlobals(void);
  7. void            SetUpMenus(void);
  8. void             InstallSplashScreen(void); 
  9. void            ShowAbout(void);
  10. void            DoMenu(long retVal);
  11. void            DoMouseDown(EventRecord *curEvent);
  12. void            DoKeyDown(EventRecord *curEvent);
  13.  
  14. #endif